home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / util / cli / FindUnarc.lha / FindUnarc1.02 / FindUnarc.doc < prev   
Text File  |  1997-08-26  |  5KB  |  141 lines

  1.  
  2.                        _____________________________
  3.  
  4.                            *** FindUnarc 1.02 ***
  5.  
  6.                              by Luca Carminati
  7.                              Copyright © 1997
  8.                        _____________________________
  9.  
  10.  
  11.  
  12.    Introduction
  13.    ¯¯¯¯¯¯¯¯¯¯¯¯
  14.    Use FindUnarc to find all the unarchived files and directories (the ones
  15.    with the archive bit cleared) in a drive or directory, so that you can
  16.    decide if it is necessary to do a new backup of it. The program can also
  17.    be useful to find out temporary files (created after the latest backup)
  18.    that you forgot on your hard disk but you do not actually need any more.
  19.    Besides you could discover files created by programs that you simply
  20.    tested and which you want to delete (config files, prefs files, game
  21.    scores, etc.).
  22.    Furthermore you can use FindUnarc to get some size information about
  23.    disks and files.
  24.  
  25.  
  26.    System requirements
  27.    ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  28.    FindUnarc requires Kickstart 2.04+ and the diskfont.library in the LIBS:
  29.    directory.
  30.  
  31.  
  32.    Installation
  33.    ¯¯¯¯¯¯¯¯¯¯¯¯
  34.    Copy FindUnarc anywhere you want (I suggest the C: directory).
  35.  
  36.  
  37.    Usage
  38.    ¯¯¯¯¯
  39.    FindUnarc can only be started from a Shell window with the following
  40.    form:
  41.  
  42.      FindUnarc [<path>]
  43.  
  44.    where <path> must be a valid path name (if not specified, the current
  45.    directory will be scanned).
  46.    After you start the program, a small window appears on the right of the
  47.    screen. It contains the following buttons:
  48.  
  49.  
  50.      +- Autom - Automatic mode: in this mode the program will scan all the
  51.      |          directories and subdirectories automatically.
  52.      +- Inter - In case you do not want to scan all the directories or
  53.      |          subdirectories, you can choose the interactive mode: in
  54.      |          this mode, whenever the program finds a directory, it will
  55.      |          ask you what you want to do with it (see the Scan, ScanRec
  56.      |          and Skip commands).
  57.      +-  Size - In this mode the program will not actually search for
  58.                 unarchived files or directories, but it will only give you
  59.                 some size information about the disk and files scanned.
  60.  
  61.  
  62.         Start - Start scanning the specified drive or directory. All the
  63.                 unarchived files and directories found are printed in
  64.                 the Shell window.
  65.  
  66.         Pause - Pause the program.
  67.  
  68.         Abort - Abort the program.
  69.  
  70.  
  71.          Scan - Scan the directory found. This button is only available
  72.                 in the interactive mode.
  73.  
  74.       ScanRec - Scan the directory found recursively (all the
  75.                 subdirectories contained in that directory will be scanned
  76.                 automatically). This button is only available in the
  77.                 interactive mode.
  78.  
  79.          Skip - Skip the directory found. This button is only available
  80.                 in the interactive mode.
  81.  
  82.  
  83.    After all the files and directories are scanned, the program prints some
  84.    information in a form like this:
  85.  
  86.      Unarchived directories: 1
  87.      Unarchived files: 15
  88.  
  89.      Directories scanned: 62
  90.      Files in directories: 429 (3255998 bytes)
  91.  
  92.      Disk size information:
  93.        Bytes per block: 512
  94.        Total number of blocks: 8566 (4385792 bytes)
  95.        Blocks used: 7240 (3706880 bytes)
  96.        Blocks free: 1326 (678912 bytes)
  97.  
  98.  
  99.    Guarantee
  100.    ¯¯¯¯¯¯¯¯¯
  101.    The program has been tested several times, but its reliability is not
  102.    guaranteed at 100%. I (the author) do not consider myself responsable for
  103.    loss or damage of data as consequence of the use of the program. Use
  104.    FindUnarc at your own risk.
  105.  
  106.  
  107.    Copyright
  108.    ¯¯¯¯¯¯¯¯¯
  109.    The program is CARDWARE, therefore it is freely distributable on
  110.    condition that it is always accompanied by this documentation. Both the
  111.    program and its documentation must not be modified in any way. If you
  112.    think FindUnarc is useful, let me know by sending me a postcard or an
  113.    E-mail message.
  114.  
  115.  
  116.    Author
  117.    ¯¯¯¯¯¯
  118.       Luca Carminati
  119.       Via Fratelli Urbani, 1
  120.       24016 San Pellegrino Terme (BG)
  121.       ITALY
  122.  
  123.       E-mail: toffi@spm.it
  124.  
  125.    If you have some suggestions or if you find some bugs in the program,
  126.    contact me.
  127.  
  128.  
  129.    History
  130.    ¯¯¯¯¯¯¯
  131.    1.0  - First release.
  132.  
  133.    1.01 - Now even the unarchived directories are detected.
  134.         - Slightly changed the information form.
  135.         - Some other minor changes.
  136.  
  137.    1.02 - Now the directory names have a different color and are indented
  138.           more inwards compared with the file names.
  139.  
  140.  
  141.